home *** CD-ROM | disk | FTP | other *** search
/ Graduation from F.U. / Graduation from F.U..iso / macproj / macproj.DXR / 00047.ls < prev    next >
Encoding:
Text File  |  1995-02-17  |  273 b   |  10 lines

  1. on mouseUp
  2.   global MoovCastName
  3.   set the visible of sprite 15 to 0
  4.   set the controller of cast "frat1.mov" to 1
  5.   set the controller of cast "frat2.mov" to 1
  6.   set the controller of cast "frat3.mov" to 1
  7.   set the controller of cast "frat4.mov" to 1
  8.   updateStage()
  9. end
  10.